home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / progwin.zip / ROP2LOOK.ZIP / ROP2LOOK.RC < prev   
Text File  |  1991-11-02  |  719b  |  27 lines

  1. /*------------------------------
  2.     ROP2LOOK.RC resource script
  3.   ------------------------------*/
  4.  
  5. Rop2Look MENU
  6. {
  7.   POPUP "&Drawing Mode"
  8.   {
  9.     MENUITEM "0\tR2_BLACK", 1
  10.     MENUITEM "1\tR2_NOTMERGEPEN", 2
  11.     MENUITEM "2\tR2_MASKNOTPEN", 3
  12.     MENUITEM "3\tR2_NOTCOPYPEN", 4
  13.     MENUITEM "4\tR2_MASKPENNOT", 5
  14.     MENUITEM "5\tR2_NOT", 6
  15.     MENUITEM "6\tR2_XORPEN", 7
  16.     MENUITEM "7\tR2_NOTMASKPEN", 8
  17.     MENUITEM "8\tR2_MASKPEN", 9
  18.     MENUITEM "9\tR2_NOTXORPEN", 10
  19.     MENUITEM "A\tR2_NOP", 11
  20.     MENUITEM "B\tR2_MERGENOTPEN", 12
  21.     MENUITEM "C\tR2_COPYPEN", 13, CHECKED
  22.     MENUITEM "D\tR2_MERGEPENNOT", 14
  23.     MENUITEM "E\tR2_MERGEPEN", 15
  24.     MENUITEM "F\tR2_WHITE", 16
  25.   }
  26. }
  27.